From 0d6ccf9bcc04e8a65c8ff863b5cfe831227f6416 Mon Sep 17 00:00:00 2001 From: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Sat, 14 Sep 2024 07:02:41 -0600 Subject: [PATCH] fixes for pr1238. (#1339) shapelib is handled in shapelib.cmake. CSVFMTS_ENABLED is now unreferenced. --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c9694b04c..1a9a1df0d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -339,8 +339,6 @@ target_sources(gpsbabel PRIVATE ${SOURCES} ${HEADERS}) # We don't care about stripping things out of the build. Full monty, baby. target_compile_definitions(gpsbabel PRIVATE FILTERS_ENABLED) -target_compile_definitions(gpsbabel PRIVATE SHAPELIB_ENABLED) -target_compile_definitions(gpsbabel PRIVATE CSVFMTS_ENABLED) target_link_libraries(gpsbabel PRIVATE ${QT_LIBRARIES} ${LIBS}) -- 2.30.2